API ListutilstoAsciiVersion: 6.2.2On this pagetoAscii <src> Convert HEX string to ASCII string. Usage TronWeb.toAscii(value); Parameters ParameterDescriptionData TypevalueA hexadecimal stringString Returns String - The ASCII value corresponding to the given hexadecimal string. Example const str = tronWeb.toAscii("0x74726f6e")'tron'